home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / turttleo.swf / scripts / DefineButton2_339 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2007-10-01  |  125 b   |  6 lines

  1. on(press){
  2.    _global.keyboard_control = true;
  3.    _root.theLocalSharedObject.data.kcontrol = true;
  4.    gotoAndStop(1);
  5. }
  6.